home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / return.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-01-29  |  654b  |  31 lines

  1. object Form1: TForm1
  2.   Left = 401
  3.   Top = 283
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'CHIP OCAK CD'
  7.   ClientHeight = 200
  8.   ClientWidth = 200
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   WindowState = wsMinimized
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 200
  23.     Height = 200
  24.     Cursor = crHandPoint
  25.     AutoSize = True
  26.     Center = True
  27.     Picture.Data = {<image001.bmp>}
  28.     OnClick = Image1Click
  29.   end
  30. end
  31.